\pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\f0\b0\i0\ulnone\fs24\fc0\cf0 To use this example, first open an eomodel file that you have built with EOModeler.\
\pard\fc0\cf0 If you use a model built with the Sybase adaptor, you can experiment with stored procedures or any SQL string as follows:\
1) Sybase System 4.X server, pubs database\
Type
\f1\fs28 reptq1
\f0\i\fs24
\i0 in the SQL window. You'll see the results of the stored procedure.\
2) Sybase System 10.X server, pubs2 database\
\f1
\fs28 history_proc @stor_id = '7066'
\fs24 \
\f0 This procedure takes an input parameter stor_id\
And so on... You can experiment with other stored procedures as defined in your database.\
\pard\tx960\tx1920\tx2880\tx3840\tx4800\tx5760\tx6720\tx7680\tx8640\tx9600\fc0\cf0 If you use the Oracle adaptor, you can execute the stored procedures, but you cannot process the results being returned.\
For example, you can enter the following Oracle procedure in the SQL panel:\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\f1\fs28\fc0\cf0 BEGIN dbms_output.put_line('foobar'); END;